-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next #8
base: main
Are you sure you want to change the base?
Next #8
Conversation
23f287e
to
80de58a
Compare
e9a3419
to
ceaaf92
Compare
Codecov Report
@@ Coverage Diff @@
## main #8 +/- ##
==========================================
- Coverage 94.60% 0.00% -94.60%
==========================================
Files 2 2
Lines 500 551 +51
==========================================
- Hits 473 0 -473
- Misses 27 551 +524
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ceaaf92
to
0da346e
Compare
Corresponding Nutils changes in evalf/nutils#719. |
0da346e
to
79fe647
Compare
bee89e6
to
207e353
Compare
90a1cb4
to
a20e70c
Compare
c8e5342
to
30c32e3
Compare
The patch removes left-over references to Quantity as a univeral constructor, a role that has been taken over by the parse function.
30c32e3
to
d824e72
Compare
a2d6d7e
to
9c8978b
Compare
pyproject.toml
Outdated
@@ -14,4 +14,4 @@ dynamic = ["version", "description"] | |||
Home = "https://github.com/evalf/nutils-SI/" | |||
|
|||
[tool.flit.module] | |||
name = "nutils.SI" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can actually remove the [tool.flit.module]
section. It's derived from project.name
.
No description provided.